set the visible of card field 1 to not the visible of card field 1
if the visible of card field 1 is true then
set the name of me to "Hide Pascal Source"
else set the name of me to "Show Pascal Source"
end mouseUp
-- part contents for background part 16
----- text -----
RINSTALL XCMD version 1.1
Kevin Calhoun
RInstall copies any resource contained in any currently open resource file to a file you specify by full pathname. It automatically removes from the target file any resource of the same type and name (or of the same type and resource ID) as the resource to be copied.
INVOKING RINSTALL
RInstall resType,resName,fileName
The first parameter, resType, is that type of resource you want to install. The second parameter, resName, is the name of the resource you want to install. The third parameter, fileName, is the full pathname of the file into which the resource is to be copied.
If an error occurs, RInstall returns an error message, the first word of which is
"Error".
REVISION HISTORY
30 April 1989 1.0
22 July 1989 No longer leaves a NIL master pointer behind when replacing a resource.
-- part contents for card part 1
----- text -----
UNIT RInstall;
{ RInstall XCMD ©1989 by the Trustees of Dartmouth College }